Platform Explorer / Nuxeo Platform 2023.10

Extension point exclusions

Documentation

Extension point to exclude some blob paths for quota computation. When computing the total blobs size of a document it can be useful to exclude some blob that could be not relevant to end user. For instance for a document of type Picture, one perhaps don't want to see the blobs for the differents views (thumbnail, medium) to be included in the total size computation.

    <extension point="exclusions" target="org.nuxeo.ecm.quota.size.QuotaSizeService">
        <exclude path="files/*/file"/>
        <exclude path="views/*/content"/>
        <exclude path="prefix:attached/*/content"/>
    </extension>

Contribution Descriptors

  • Class: org.nuxeo.ecm.quota.size.BlobExcludeDescriptor

Contributions

No known contributions.